Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

short option can't works well in command 'fvc' #130

Closed
lianchengjiang opened this issue Dec 25, 2015 · 2 comments
Closed

short option can't works well in command 'fvc' #130

lianchengjiang opened this issue Dec 25, 2015 · 2 comments

Comments

@lianchengjiang
Copy link

full option can works well, bug if i use short option, it show nothing.

(lldb) fvc -n=viewcontroller
(lldb) fvc --name=viewcontroller
0x7fd01a90f310 ViewController

@kastiglione
Copy link
Contributor

@lianchengjiang Very sorry for the late reply. The short option expects a space, not an equal sign, before the argument.

For example:

(lldb) fvc -n viewcontroller

@lianchengjiang
Copy link
Author

ok, thank you for your reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants