-
Notifications
You must be signed in to change notification settings - Fork 0
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
Save filters in index.html
#20
Comments
The update command already applies the specified modifiers (-s, --dev, etc.) and make a delta against the remote repository. Why do we even need to save that for a later use? |
How does the Also, using the packages' |
In the update command, the user can specify which modifiers to use as well. What would happen then? Besides, I find it counterintuitive to apply some "ghost" filters that the user should go to check them out in an HTML file. Not clear to me. The expected behaviour that I had in mind when I coded it is, for instance:
In the approach proposed in this issue, this scenario wouldn't be possible, because you will apply the -s modifier again. Not the way to go imo. |
The filters are not hidden, they are defined when you call the
I see your point of view but I do not agree with the point number of 2: A user most probably will call the In my mind, there should be a EDIT: I guess that the best behavior if you add new modifiers to the |
When you add packages with some filter configuration (like
--dev
or--platform-specific), it is not saved for later use with the
update` command.In order not to remember them,
pypickup
should save it into a file and theindex.html
file inside the package dir already stores the info about the package.The text was updated successfully, but these errors were encountered: