mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
chore: add version to subcmds
This commit is contained in:
parent
69a3f853bd
commit
d5fcb555cb
@ -23,4 +23,6 @@ var versionCmd = &cobra.Command{
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(versionCmd)
|
||||
serveCmd.AddCommand(versionCmd)
|
||||
dbCmd.AddCommand(versionCmd)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user