guumaster / hostctl

Your dev tool to manage /etc/hosts like a pro!
http://guumaster.github.io/hostctl
MIT License
1.05k stars 45 forks source link

Fix error massage typo #40

Closed smhmd closed 4 years ago

smhmd commented 4 years ago

Error: profile 'awesome' doesn't exists in file has a typo as it should be doesn't exist. But, the error message itself is not that comprehensible.

Proposal to change it to Error: unknown profile 'awesome'.

smhmd commented 4 years ago

@guumaster What happens to profiles if you delete their source file? Can you still disable/enable them? Say I want to rename the source file. Is that what set is for?

guumaster commented 4 years ago

Source files are only read when you run the command, no link after that. You can do whatever you need with the source file and also enable/disable the profile if you want.

add is incremental, set is like a reset, remove old content and set new lines.

guumaster commented 4 years ago

@allcontributors add @smhmd for code

allcontributors[bot] commented 4 years ago

@guumaster

I've put up a pull request to add @smhmd! :tada: