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

Provide feedback from fs mode actions #675

Open
5 tasks
maddenp-noaa opened this issue Dec 12, 2024 · 0 comments
Open
5 tasks

Provide feedback from fs mode actions #675

maddenp-noaa opened this issue Dec 12, 2024 · 0 comments
Assignees

Comments

@maddenp-noaa
Copy link
Collaborator

Description

Provide success feedback from fs mode copy, link, and makedirs actions, i.e. report which files were created/linked and directories created. Activate via a --results CLI switch or results=True API argument. For the CLI, the results report should appear on stdout; for the API, it should be the new return value from the copy(), link(), and makedirs() functions. Consider whether CLI list-of-files / API list of Paths or CLI JSON / API dict is better: The former is simpler, but the latter is extensible.

AC

  • Feature implemented for CLI.
  • Feature implemented for API.
  • Unit test(s) added/updated.
  • Documentation example(s) provided.
  • Jupyter fs notebook updated with example.
@maddenp-noaa maddenp-noaa self-assigned this Dec 12, 2024
@maddenp-noaa maddenp-noaa converted this from a draft issue Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant