Skip to content

Conversation

@axif0
Copy link
Collaborator

@axif0 axif0 commented Sep 5, 2025

  • Update README and enhance CLI error messages
  • add command handlers for improved functionality

axif0 added 10 commits September 6, 2025 03:41
- Update version output to 1.0
- Fix JSON command status codes and outputs
- Improve credential and auth error messages
- Fix argument parsing errors for invalid commands
- Clean up table formatting and output consistency
- Remove debug artifacts and TOFIX comments
@axif0 axif0 requested review from MontrealSergiy and prioux and removed request for MontrealSergiy September 6, 2025 21:34
This was linked to issues Sep 8, 2025
Copy link
Contributor

@MontrealSergiy MontrealSergiy left a comment

Choose a reason for hiding this comment

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

The code quality is better, no nested lambda.

Readme Usage section should be proof read, most commands are misspelled

README.md Outdated

## Available Commands
- `file (f)` - Manage individual file operations and metadata
- `background-activities` - Monitor and manage long-running background processes
Copy link
Contributor

Choose a reason for hiding this comment

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

It is background, not "background_activities" ! Run help and check spelling of each command carefully!

if target == "all":
print("Project Unswitch 'all' not yet implemented as of Aug 2025")
else:
print(f"Error: Invalid target '{target}'. Only 'all' is supported.")
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it is should be just 'unswitch' without any arguments.

@MontrealSergiy MontrealSergiy merged commit ab5aff2 into aces:main Sep 12, 2025
1 check passed
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.

refactor main.py project unswitch

2 participants