We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think we need to discus about where to put all the configurations, as a standard we could use ~/.config and put there daje like this ~/.config/daje.
~/.config/daje
Another issue is the file extension, maybe the easy way is yaml(?).
This need to be defined because all of the commands and actions will refer to these configurations.
To manage configuration we can allow to edit those files or we can think about a config argument as it is done with git:
daje config default.profile 'main' daje config root.allowed 'false'
Something like this!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think we need to discus about where to put all the configurations, as a standard we could use ~/.config and put there daje like this
~/.config/daje
.Another issue is the file extension, maybe the easy way is yaml(?).
This need to be defined because all of the commands and actions will refer to these configurations.
To manage configuration we can allow to edit those files or we can think about a config argument as it is done with git:
Something like this!
The text was updated successfully, but these errors were encountered: