-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
The mixed-use of oclif multi command/single command causes flag parsing weird sometimes.
Lines 20 to 30 in 1f8f30f
| if (pipeString) { | |
| try { | |
| const url = await APIClient.newNote(pipeString) | |
| this.log(`Your note is available at ${url}`) | |
| } catch (err) { | |
| this.error(err) | |
| } | |
| } else { | |
| await multiRun() | |
| process.exit(0) | |
| } |
I want to move the pipe import command under import.ts command.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels