mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Merge pull request #24 from IchBinLeoon/master
Add --version flag to cli root command
This commit is contained in:
commit
46331f4c7e
1 changed files with 3 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ var (
|
|||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "crunchyroll",
|
||||
Version: Version,
|
||||
Short: "Download crunchyroll videos with ease. See the wiki for details about the cli and library: https://github.com/ByteDream/crunchyroll-go/wiki",
|
||||
|
||||
SilenceErrors: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue