-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add --file argument to arg parser * nava handling of --file argument * `CHANGELOG.md` updated * `autopep8.sh` applied * add SOUND_FILE_NAME_EXIST_ERROR string * handle non-named arg * fulfill the implementation of `nava --file="test.wav"`, `nava "test.wav"` and `nava test.wav` * remove trailing whitespaces * update : `__main__.py` updated. * add : `play_cli` function added. * add : version test added. * update : `README.md` updated. * remove : `SOUND_FILE_NAME_EXIST_ERROR` removed. * fix : typo in README.md fixed. * fix : changelog fixed. * update : readme updated. * apply : requested changes applied. * fix mentinoed issue by Sepand * add `-v` flag * apply `autopep8.sh` --------- Co-authored-by: Sadra Sabouri <[email protected]>
- Loading branch information
1 parent
2cc1bb0
commit c730633
Showing
7 changed files
with
65 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ jobs: | |
- name: First test | ||
run: | | ||
nava | ||
nava --version | ||
- name: Install Scream | ||
shell: powershell | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters