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
When importing from file, the '--force' flag is not propagated and the conflicting records are not updated: sudo add -f -i hosts.txt
sudo add -f -i hosts.txt
The remove command using file input also seems not to work, e.g. sudo remove -f -i hosts.txt does not remove previously added records.
sudo remove -f -i hosts.txt
It seems that it will need some changes to https://github.com/jonhadfield/python-hosts.
The text was updated successfully, but these errors were encountered:
I'll take a look. Thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
When importing from file, the '--force' flag is not propagated and the conflicting records are not updated:
sudo add -f -i hosts.txt
The remove command using file input also seems not to work, e.g.
sudo remove -f -i hosts.txt
does not remove previously added records.It seems that it will need some changes to https://github.com/jonhadfield/python-hosts.
The text was updated successfully, but these errors were encountered: