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

use click.Path for input (and output?) flags #25

Open
joeleehen opened this issue Dec 10, 2024 · 1 comment
Open

use click.Path for input (and output?) flags #25

joeleehen opened this issue Dec 10, 2024 · 1 comment

Comments

@joeleehen
Copy link
Collaborator

No description provided.

@joeleehen
Copy link
Collaborator Author

joeleehen commented Dec 10, 2024

input now uses click.Path.
we probably want to keep --output as a string; specifying a file name (e.g., --output output.json) and a file format (--format json) duplicates the extension (output.json.json).
we'll leave the issue open for now while we figure out what do to with the -o option.

@joeleehen joeleehen reopened this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant