Skip to content

VoidMats/cli-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-tool

Features

  • Parses arguments through mini

Installation

How to use


Configuration options

The flags can be configured as following:

  • type:
  • alias: The abbrivation of the command. This is usally only one letter and will be used with the single dash, ex -v for verbose.
  • description: This contain the text which will be shown in the help command.
  • default: Containt the default value which will be written in the result, if the flag is missing.
  • required:

The input/commands can be configured as following:

  • name:
  • description:
  • default:
  • required:

Test

Changelog

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published