🗃️ Command Routing
2 items
🗃️ Argument Parsing
2 items
📄️ Isolated Context
For the core functionality of parsing input and writing to the terminal, command line applications require few external dependencies. They need to be able to write to stdout for console output and stderr for errors. For Stricli, these requirements are encapsulated in the CommandContext type.
🗃️ Configuration
4 items
📄️ Shell Autocomplete
Stricli has first class support for tab auto completion in shells.
📄️ Out of Scope
Stricli has a lot of features (see Features) but it was not designed to solve every problem. It was deliberately created to have a limited feature set and then excel at those. The following features were all determined to be out-of-scope and are better solved manually or with an existing library.