File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cli/Squidex.CLI/Squidex.CLI/Commands Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public partial class App
22
22
[ Subcommand ]
23
23
public sealed class Apps ( IConfigurationService configuration , ILogger log )
24
24
{
25
- [ Command ( "list" , Description = "List all schemas ." ) ]
25
+ [ Command ( "list" , Description = "List all apps ." ) ]
26
26
public async Task List ( ListArguments arguments )
27
27
{
28
28
var session = configuration . StartSession ( arguments . App ) ;
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ namespace Squidex.CLI.Commands;
20
20
21
21
public sealed partial class App
22
22
{
23
- [ Command ( "indexes" , Description = "Manage schemas ." ) ]
23
+ [ Command ( "indexes" , Description = "Manage indexes ." ) ]
24
24
[ Subcommand ]
25
25
public sealed partial class Indexes ( IConfigurationService configuration , ILogger log )
26
26
{
27
- [ Command ( "list" , Description = "List all schemas ." ) ]
27
+ [ Command ( "list" , Description = "List all indexes ." ) ]
28
28
public async Task List ( ListArguments arguments )
29
29
{
30
30
var session = configuration . StartSession ( arguments . App ) ;
You can’t perform that action at this time.
0 commit comments