Skip to content

Improvements - #40

Open
AlexKERNEL wants to merge 1 commit into
mwl4:masterfrom
AlexKERNEL:master
Open

Improvements#40
AlexKERNEL wants to merge 1 commit into
mwl4:masterfrom
AlexKERNEL:master

Conversation

@AlexKERNEL

Copy link
Copy Markdown
  • added "-c" parameter for show clean result of "listdir", "listdir_r", "show_f".
  • described all parameters in help.
  • described all parameters in readme.
  • updated Windows binary.

+ added "-c" parameter for show clean result of "listdir", "listdir_r", "show_f".
+ described all parameters in help.
+ described all parameters in readme.
+ updated Windows binary.

@ShawnCZek ShawnCZek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not really a maintainer of this repository, but I noticed a few minor issues.

Moreover, this pull request does not seem to follow the code convention.

Comment thread README.md
**This is Open-Source software under GNU LGPL License.**

--- Copyright © 2017 Michał Wójtowicz a.k.a. mwl4 ---
--- Copyright © 2021 Michał Wójtowicz a.k.a. mwl4 ---

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The copyright year should stay the same.

@AlexKERNEL AlexKERNEL Apr 25, 2024

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then maybe 2017-2024?

I'm not claiming anything. Each author decides for himself.

Comment thread src/cmd/_main.cpp
printf("\n"
" ******************************************\n"
" ** Converter PMX to PIX **\n"
" ** Copyright (C) 2021 mwl4 **\n"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The copyright year should stay the same.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already answered above. I don't see any problems. I wanted the best.

Comment thread src/cmd/_main.cpp

if (clean_result && mode != LIST_DIR && mode != SHOW_FILE) clean_result = false;

if (!clean_result) print_copyright();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright should not be optional, in my opinion. Up to @mwl4.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is that external parsers get a guaranteed clean result, without trying to separate the copyright from the output data.

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

Successfully merging this pull request may close these issues.

2 participants