Skip to content

Commit

Permalink
Merge pull request #438 from mountaindude/353-2
Browse files Browse the repository at this point in the history
Change command name from sessions-* to session-*
  • Loading branch information
mountaindude authored Mar 12, 2024
2 parents 552f60a + 1db3a4f commit 30da1ec
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 30da1ec

Please sign in to comment.