DOSH::CLI

dosh (do shell) - LLM-powered shell commands.

multi sub MAIN

multi sub MAIN(
    *@args
) returns Mu

Prompt an LLM with a natural language request for a shell command. Only execute the command if confirmed.

multi sub MAIN

multi sub MAIN(
    "help"
) returns Mu

show this help

multi sub MAIN

multi sub MAIN(
    "config"
) returns Mu

configure defaults

multi sub MAIN

multi sub MAIN(
    "version"
) returns Mu

show the version

DOSH::CLI v7.0.0

dosh (do shell) - LLM-powered shell commands.

Authors

    License

    Artistic-2.0

    Dependencies

    JSON::FastLLM::DWIM

    Test Dependencies

    Provides

    • DOSH::CLI

    Documentation

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.