Skip to content

Commit 978ee29

Browse files
committed
lint cleanup
1 parent 29997b8 commit 978ee29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/login.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {Command} from '../src'
2-
import {flags} from '../src'
1+
import {Command, flags} from '../src'
2+
33
class LoginCommand extends Command {
44
static flags = {
55
interactive: flags.boolean({char: 'i', description: 'login with username/password'}),

0 commit comments

Comments
 (0)