"qodercli completion" does not generate shell completion script

Issue Description

qodercli completion command is supposed to generate shell completion script, but it doesn’t.

Steps to Reproduce

Just run qodercli completion

Expected Behavior

Should generate shell script.

Actual Behavior

Go straight to interactive mode.

Screenshots / Screen Recordings

Operating System

Ubuntu 25.10

Current Qoder Version (Menu → About Qoder → Copy)

0.1.29

This is currently not supported. Do you have any specific requirements or use cases in mind?:grinning_face:

In which programming language that Qoder CLI is made? If it is Rust and you use Clap for parsing CLI arguments, then you can add clap_complete to have this feature.