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
edit
Add a subcommand that will open the users default editor to make changes on the supplied project file.
Ex.
$ muxed edit my_project
Where vi would open to edit the file ~/.muxed/my_project.yml
~/.muxed/my_project.yml
The subcommand should also accept -p as an argument for path where to find the file. Ex.
-p
$ muxed edit my_project -p ~/.my_muxed_projects/
Where vi would open to edit the file ~/.my_muxed_projects/my_project.yml
~/.my_muxed_projects/my_project.yml
The text was updated successfully, but these errors were encountered:
feat(Edit): The edit subcommand
b74211e
Creates easy access for editing project files. Closes #6
5b8bf62
eab0852
43ebe60
Successfully merging a pull request may close this issue.
Add a subcommand that will open the users default editor to make changes on the supplied project file.
Ex.
Where vi would open to edit the file
~/.muxed/my_project.yml
The subcommand should also accept
-p
as an argument for path where to find the file.Ex.
$ muxed edit my_project -p ~/.my_muxed_projects/
Where vi would open to edit the file
~/.my_muxed_projects/my_project.yml
The text was updated successfully, but these errors were encountered: