File tree Expand file tree Collapse file tree
access-control/permissions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Retrieve a list of all iTwin Platform permissions.
44
55## Options
66
7- (No options required for this command )
7+ (This command does not have any options )
88
99## Examples
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Display authentication information. This command access current authentication s
44
55## Options
66
7- (No options required for this command )
7+ (This command does not have any options )
88
99## Examples
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Log out of the Bentley authentication session. This command clears the current a
44
55## Options
66
7- (No options required for this command )
7+ (This command does not have any options )
88
99## Examples
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Clear the cached context.
44
55## Options
66
7- (No options required for this command )
7+ (This command does not have any options )
88
99## Examples
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Display the cached context.
44
55## Options
66
7- (No options required for this command )
7+ (This command does not have any options )
88
99## Examples
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Ensures the user has a valid token for long-running connection tasks. This must
44
55## Options
66
7- (No options required for this command )
7+ (This command does not have any options )
88
99## Examples
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Retrieve information about the currently authenticated user.
44
55## Options
66
7- (No options required for this command )
7+ (This command does not have any options )
88
99## Examples
1010
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export default class DocsGenerator extends BaseCommand {
8787 returnContent . push ( options ) ;
8888 }
8989 else {
90- returnContent . push ( "(No options required for this command )" ) ;
90+ returnContent . push ( "(This command does not have any options )" ) ;
9191 }
9292
9393 returnContent . push ( '## Examples' ,
You can’t perform that action at this time.
0 commit comments