We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29997b8 commit 978ee29Copy full SHA for 978ee29
examples/login.ts
@@ -1,5 +1,5 @@
1
-import {Command} from '../src'
2
-import {flags} from '../src'
+import {Command, flags} from '../src'
+
3
class LoginCommand extends Command {
4
static flags = {
5
interactive: flags.boolean({char: 'i', description: 'login with username/password'}),
0 commit comments