Skip to content

Commit

Permalink
Change command name from sessions-* to session-*
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Mar 12, 2024
1 parent 552f60a commit 1db3a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ctrl-q.js
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ program.configureHelp({

// Get proxy sessions
program
.command('sessions-get')
.command('session-get')
.description('get info about proxy sessions on one or more virtual proxies')
.action(async (options) => {
await sharedParamAssertOptions(options);
Expand Down Expand Up @@ -982,7 +982,7 @@ program.configureHelp({

// Delete proxy sessions
program
.command('sessions-delete')
.command('session-delete')
.description('delete proxy session(s) on a specific virtual proxy and proxy service')
.action(async (options) => {
await sharedParamAssertOptions(options);
Expand Down

0 comments on commit 1db3a4f

Please sign in to comment.