mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
fix list folder command
This commit is contained in:
parent
4afe0bec87
commit
19f6fb3b0e
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ var FolderListCmd = &cobra.Command{
|
|||
}
|
||||
|
||||
func init() {
|
||||
FolderListCmd.Flags().StringP("search", "s", "", "Folders that have this in the name")
|
||||
FolderListCmd.Flags().StringP("search", "s", "", "Folders that have this in the Name")
|
||||
FolderListCmd.Flags().StringArrayP("folder", "f", []string{}, "Folders that are in this Folder")
|
||||
FolderListCmd.Flags().StringArrayP("group", "g", []string{}, "Folders that are shared with group")
|
||||
FolderListCmd.Flags().StringArrayP("columns", "c", []string{"ID", "FolderParentID", "Name"}, "Columns to return, possible Columns:\nID, FolderParentID, Name")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue