yusyus
7e9b52f425
feat(cli): Add -p shortcut and improve create command help text
Implemented Kimi's feedback suggestions:
1. Added -p shortcut for --preset flag
- Makes presets easier to use: -p quick, -p standard, -p comprehensive
- Updated create arguments to include "-p" in flags tuple
2. Improved help text formatting
- Simplified description to avoid excessive wrapping
- Made examples more concise and scannable
- Custom NoWrapFormatter for better readability
- Reduced verbosity while maintaining clarity
Changes:
- arguments/create.py: Added "-p" to preset flags
- create_command.py: Updated epilog with NoWrapFormatter
- parsers/create_parser.py: Simplified description, override register()
User Impact:
- Faster preset usage: "skill-seekers create <src> -p quick"
- Cleaner help output
- Better UX for frequently-used preset flag
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 19:22:59 +03:00
..
2026-02-08 14:42:27 +03:00
2026-02-15 19:22:59 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-01-31 17:03:40 +03:00
2026-02-08 14:24:58 +03:00
2025-12-30 23:52:27 +03:00