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

Wrong syntax in the README #16

Closed
okalm opened this issue Mar 31, 2023 · 2 comments
Closed

Wrong syntax in the README #16

okalm opened this issue Mar 31, 2023 · 2 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation
Milestone

Comments

@okalm
Copy link

okalm commented Mar 31, 2023

Hello,

While trying out your software I just followed the example given in the README and it seems the syntax isn't correct.

/tmp/00 % ~/bin/FileSorterX_v1.2.0_x86_64-unknown-freebsd customsort --input /tmp/00 --output /tmp/00/textfolder --extension txt --verbose 
error: unexpected argument '--input' found

  tip: a similar argument exists: '--inputdir'

Usage: FileSorterX_v1.2.0_x86_64-unknown-freebsd customsort <--inputdir <INPUTDIR>|--outputdir <OUTPUTDIR>|--extension <EXTENSION>|--verbose|--log>

For more information, try '--help'.

Then I just used the syntax given by the tip and usage and it worked.

/tmp/00 % ~/bin/FileSorterX_v1.2.0_x86_64-unknown-freebsd customsort --inputdir /tmp/00 --outputdir /tmp/00/textfolder --extension txt --verbose                                     % 16:05:02
Moved file: "/tmp/00/file_3.txt" to "/tmp/00/textfolder"
Moved file: "/tmp/00/file_4.txt" to "/tmp/00/textfolder"
Moved file: "/tmp/00/file_5.txt" to "/tmp/00/textfolder"
Moved file: "/tmp/00/file_2.txt" to "/tmp/00/textfolder"
Moved file: "/tmp/00/file_1.txt" to "/tmp/00/textfolder"
Moved file: "/tmp/00/file_6.txt" to "/tmp/00/textfolder"

So --inputdir --outputdir are correct but not --input and --output .

OS: FreeBSD 13.1-RELEASE
Package version: FileSorterX_v1.2.0_x86_64-unknown-freebsd

@Zephira58 Zephira58 self-assigned this Mar 31, 2023
@Zephira58 Zephira58 added bug Something isn't working documentation Improvements or additions to documentation labels Mar 31, 2023
@Zephira58 Zephira58 added this to the v.1.2.1 milestone Mar 31, 2023
@Zephira58
Copy link
Owner

Hey I'm currently aware of this issue; I'm waiting for our documentation creator @WolfenXVII to finish making the updated readme. It'll include various different updates and changes.

It will be released in version v1.2.1 Which is entirely aimed to be a bug fix and documentation overhaul patch primarily. You can see the status of v1.2.1 here https://github.com/Xanthus58/FileSorterX/milestone/2

@Zephira58 Zephira58 assigned WolfenXVII and unassigned WolfenXVII Mar 31, 2023
@Zephira58
Copy link
Owner

Fixed in the new readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants