Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.32 KB

tome-cli.md

File metadata and controls

35 lines (24 loc) · 1.32 KB

tome-cli

A cli tool to manage scripts as a set of subcommands

Synopsis

tome-cli is a command-line tool that allows you to manage scripts as a set of subcommands.

It succeeds sub and tome as a third generation that borrows much of it's design from those projects.

It provides a convenient way to organize and execute scripts within a project. By loading the context of the full git repository, tome-cli enables you to access and execute scripts specific to your project. It leverages the power of Cobra, a CLI library for Go, to provide a user-friendly and efficient command-line interface. For more information and usage examples, please refer to the documentation and examples provided in the repository.

tome-cli [flags]

Options

  -d, --debug               debug logs
  -e, --executable string   executable name
  -h, --help                help for tome-cli
  -r, --root string         root directory containing scripts (default ".")

SEE ALSO

Auto generated by spf13/cobra on 8-Aug-2024