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

Add cli tree output #40

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Add cli tree output #40

merged 3 commits into from
Oct 31, 2023

Conversation

romibi
Copy link
Owner

@romibi romibi commented Oct 30, 2023

One of the last open tasks of #1

@Strongleong what do you think about these changes?

@romibi romibi requested a review from Strongleong October 30, 2023 16:29
ScrapTreeEntry b = (ScrapTreeEntry)p_Other;
if (a.IsDirectory == b.IsDirectory) {
return a.Name.CompareTo(b.Name);
} else {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why put else after return?

@romibi romibi merged commit 6481e92 into master Oct 31, 2023
@romibi romibi deleted the add_cli_tree_output branch October 31, 2023 08:35
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