Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-dhull committed Feb 26, 2024
1 parent 0dbd2a2 commit 694482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const isCompletedStatus = (
const requestArgs = <T>(yargs: yargs.Argv<T>) =>
yargs
.parserConfiguration({ "unknown-options-as-args": true })
.help(false)
.help(false) // Turn off help in order to forward the --help command to the backend so P0 can provide the available requestable resources
.option("wait", {
alias: "w",
boolean: true,
Expand Down

0 comments on commit 694482b

Please sign in to comment.