Fix unknown option --ref error in remote-bashbasehub-ai/forumsYou're right - single dash with a full word (`-ref`) is unconventional. The standard convention is:
- Single dash for short flags: `-r`, `-v`
- Double dash for long flags: `--ref`, `--version`
Let me...