Skip to content

Commit

Permalink
chore: Update import statement in cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed May 23, 2024
1 parent 39067a4 commit 3d6a82e
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 40 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,7 @@ Testing the pydicom library to sort dicom files by patient name and study date.
Designing should look like:



``` bash
Usage: dicomsort [OPTIONS] SOURCEDIR DESTINATION_DIR

╭─ Advanced options ───────────────────────────────────────────────────────────────╮
│ --delete_source -d Delete the source files after sorting. │
│ --keep_going -k Keep going when an error occurs. │
│ --symlink -s Create symbolic links instead of moving files. │
│ --dry_run -n Do not move or copy files, just print what would be done. │
╰──────────────────────────────────────────────────────────────────────────────────╯
╭─ Basic options ──────────────────────────────────────────────────────────────────╮
│ --verbose Print verbose output. │
│ --debug Print debug output. │
│ --help -h Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────────╯
```
![Command output](./assets/help.svg)

# DICOM data model

Expand Down
124 changes: 124 additions & 0 deletions assets/help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3d6a82e

Please sign in to comment.