Skip to content

Improvements#40

Open
AlexKERNEL wants to merge 1 commit intomwl4:masterfrom
AlexKERNEL:master
Open

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

Conversation

@AlexKERNEL
Copy link

  • 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.
Copy link
Contributor

@ShawnCZek ShawnCZek left a comment

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.

**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
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
Author

@AlexKERNEL AlexKERNEL Apr 25, 2024

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.

printf("\n"
" ******************************************\n"
" ** Converter PMX to PIX **\n"
" ** Copyright (C) 2021 mwl4 **\n"
Copy link
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
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.


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

if (!clean_result) print_copyright();
Copy link
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
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