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

espanso: fix "edit config" command #5764

Merged

Conversation

nicokosi
Copy link
Collaborator

@nicokosi nicokosi commented Apr 15, 2021

My bad, I introduced the wrong command in commit 46ae3bf (#5662). 😇

Before:

$ espanso config
error: Found argument 'config' which wasn't expected, or isn't valid in this context

USAGE:
espanso [FLAGS] [SUBCOMMAND]

For more information try --help

Now:

$ espanso edit config

Editing file: "/Users/nicolas/Library/Preferences/espanso/user/config.yml"
No file has been created, avoiding reload

Before:

	$ espanso config
	error: Found argument 'config' which wasn't expected, or isn't valid in this context

	USAGE:
    	espanso [FLAGS] [SUBCOMMAND]

	For more information try --help

Now:

	$ espanso edit config

	Editing file: "/Users/nicolas/Library/Preferences/espanso/user/config.yml"
	No file has been created, avoiding reload
@nicokosi nicokosi changed the title espanso: fix edit config command espanso: fix "edit config" command Apr 15, 2021
@bl-ue bl-ue added the page edit Changes to an existing page(s). label Apr 15, 2021
@marchersimon marchersimon merged commit 60b260c into tldr-pages:master Apr 15, 2021
@nicokosi nicokosi deleted the espanso-fix-edit-config-😇 branch April 15, 2021 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
page edit Changes to an existing page(s).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants