How do I pass an argument from the CLI when using "crewai run"?

I just wanted to double check that I cannot pass an argument from the CLI when running the crew with “crewai run”? I know I can set an environment on the CLI and pass that in – that works…I was wondering if I could use argparse? But then “crewai run” complains about all arguments – so I wondered if I was missing something? I imagine I would need to not use crewai run for this use case then?