We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
config file: ~/.erdtreerc, as follow:
~/.erdtreerc
--level 1 --icons --scale 3 -s size --dirs-first
run: et SomeDir
et SomeDir
error occured:
error: unexpected argument '--dir' found note: argument '--dirs-first' exists
Once I delete the .erdtreerc file, and run the equivalent command: et -l 1 --icons --scale 3 -s size --dirs-first SomeDir, everything works fine.
.erdtreerc
et -l 1 --icons --scale 3 -s size --dirs-first SomeDir
The text was updated successfully, but these errors were encountered:
Hey @burg1ar, this was resolved in #78.
It will be included in tonight/tomorrow's v1.6.0 release :]
Sorry, something went wrong.
thanks!
@burg1ar just fyi new version released :]
No branches or pull requests
config file:
~/.erdtreerc
, as follow:run:
et SomeDir
error occured:
Once I delete the
.erdtreerc
file, and run the equivalent command:et -l 1 --icons --scale 3 -s size --dirs-first SomeDir
, everything works fine.The text was updated successfully, but these errors were encountered: