Do I use nest-commander properly ? #1115
Unanswered
dubar-jeremy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm not sure if I'm using Nest Commander the right way. My command works as expected, but I'm wondering if there's a better way to do what I'm trying to do.
I want to have a command that I can run like this:
ts-node src/commands/main.ts basic -n --file=10
ts-node src/commands/main.ts basic -n --file=10 --user=20
ts-node src/commands/main.ts basic -n --all=10
and so on
As a junior dev, I'm curious to see how someone more experienced would do this.
Beta Was this translation helpful? Give feedback.
All reactions