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:52:37 +03:00
2026-02-15 19:22:59 +03:00
2026-02-15 19:22:59 +03:00
2026-02-15 16:32:30 +03:00
2026-02-08 14:42:27 +03:00
2026-01-31 17:03:40 +03:00
2026-02-03 21:37:54 +03:00
2026-01-17 17:48:15 +00: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-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 23:25:12 +03:00
2026-02-03 21:37:54 +03:00
2026-02-15 14:29:19 +03:00
2026-01-31 21:30:00 +03:00
2026-01-31 14:56:00 +03:00
2026-02-08 02:27:22 +03:00
2026-01-17 23:25:12 +03:00
2026-01-17 17:29:21 +00:00
2026-02-15 19:22:59 +03:00
2026-02-03 21:37:54 +03:00
2026-02-15 14:29:19 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:25:12 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:25:12 +03:00
2026-02-15 14:29:19 +03:00
2026-01-27 21:10:40 +03:00
2026-01-31 22:17:19 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:42:27 +03:00
2026-01-17 17:29:21 +00:00
2026-01-17 23:56:24 +03:00
2026-01-18 00:01:30 +03:00
2026-02-15 19:07:47 +03:00
2026-01-17 17:29:21 +00:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:42:27 +03:00
2026-01-17 17:29:21 +00:00
2026-02-15 14:52:31 +03:00
2026-02-08 14:42:27 +03:00
2026-01-31 21:30:00 +03:00
2026-01-27 21:11:21 +03:00
2026-01-17 23:33:34 +03:00
2026-02-08 14:42:27 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:02:11 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:25:12 +03:00
2026-02-03 21:37:54 +03:00
2026-02-15 14:29:19 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:47:26 +03:00
2026-01-17 17:48:15 +00:00
2026-02-08 14:42:27 +03:00
2026-02-03 21:37:54 +03:00
2026-01-17 23:25:12 +03:00
2026-01-18 00:01:30 +03:00
2026-01-27 21:10:40 +03:00
2026-01-31 21:30:00 +03:00
2026-02-08 14:42:27 +03:00
2026-01-17 22:54:40 +03:00