Expand description
Modules§
- find
- Finds all the files recursively in a directory that matches the substring query provided.
- gitignore
- Generates a gitignore files tailored to the technology specified.
- grep
- Finds all the lines in a file that match the substring query provided.
Structs§
- Config
- Find
Config - Required configuration for find.
- GitIgnore
Config - Required configuration for gitignore.
- Grep
Config - Required configuration for grep.
Enums§
- Functions
- Possible functions that can be run using the command line interface.