Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6a99a37

Browse files
committed
Mark hidden
1 parent1ac16cf commit6a99a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cli/organization.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func (r *RootCmd) organizations() *clibase.Cmd {
1414
Use:"organizations { current }",
1515
Short:"Organization related commands",
1616
Aliases: []string{"organization","org","orgs"},
17-
17+
Hidden:true,// Hidden until these commands are complete.
1818
Handler:func(inv*clibase.Invocation)error {
1919
returninv.Command.HelpHandler(inv)
2020
},
@@ -45,7 +45,7 @@ func (r *RootCmd) currentOrganization() *clibase.Cmd {
4545
)
4646
cmd:=&clibase.Cmd{
4747
Use:"current",
48-
Short:"Show the current selected organization the cli will use",
48+
Short:"Show the current selected organization the cli will use.",
4949
Middleware:clibase.Chain(
5050
r.InitClient(client),
5151
),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp