own_add
own add
A brief description of your command
Synopsis
A longer description that spans multiple lines and likely contains examples and usage of using your command. For example:
Cobra is a CLI library for Go that empowers applications. This application is a tool to generate the needed files to quickly create a Cobra application.
own add [flags]
Examples
own add --file myfile.txt
own add --all
Options
-a, --all Add all files to the repository
-f, --file string File to add to the repository
-h, --help help for add
Options inherited from parent commands
-c, --config string Path to the config file
-v, --verbose Verbose mode
SEE ALSO
- own - own-git a simple git copycat using go functionalities