mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2025-04-27 14:36:47 +01:00
upd create alias
This commit is contained in:
parent
71300a416b
commit
05f13ab87a
@ -12,7 +12,7 @@ type ProfileCmd struct {
|
|||||||
List ListProfileCmd `help:"List profiles." cmd:"" aliases:"ls"`
|
List ListProfileCmd `help:"List profiles." cmd:"" aliases:"ls"`
|
||||||
Current CurrentProfileCmd `help:"Get current profile." cmd:"" aliases:"c"`
|
Current CurrentProfileCmd `help:"Get current profile." cmd:"" aliases:"c"`
|
||||||
Switch SwitchProfileCmd `help:"Switch profile." cmd:"" aliases:"sw"`
|
Switch SwitchProfileCmd `help:"Switch profile." cmd:"" aliases:"sw"`
|
||||||
Create CreateProfileCmd `help:"Create profile." cmd:"" aliases:"cr"`
|
Create CreateProfileCmd `help:"Create profile." cmd:"" aliases:"new"`
|
||||||
Remove RemoveProfileCmd `help:"Remove profile." cmd:"" aliases:"rm"`
|
Remove RemoveProfileCmd `help:"Remove profile." cmd:"" aliases:"rm"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ type SceneCollectionCmd struct {
|
|||||||
List ListSceneCollectionCmd `help:"List scene collections." cmd:"" aliases:"ls"`
|
List ListSceneCollectionCmd `help:"List scene collections." cmd:"" aliases:"ls"`
|
||||||
Current CurrentSceneCollectionCmd `help:"Get current scene collection." cmd:"" aliases:"c"`
|
Current CurrentSceneCollectionCmd `help:"Get current scene collection." cmd:"" aliases:"c"`
|
||||||
Switch SwitchSceneCollectionCmd `help:"Switch scene collection." cmd:"" aliases:"sw"`
|
Switch SwitchSceneCollectionCmd `help:"Switch scene collection." cmd:"" aliases:"sw"`
|
||||||
Create CreateSceneCollectionCmd `help:"Create scene collection." cmd:"" aliases:"cr"`
|
Create CreateSceneCollectionCmd `help:"Create scene collection." cmd:"" aliases:"new"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ListSceneCollectionCmd provides a command to list all scene collections.
|
// ListSceneCollectionCmd provides a command to list all scene collections.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user