K3s rewriting arguments?

I was wondering if the k3s binary is rewriting the arguments passed to it, so that they don’t show up in ps? For example, if i run k3s server --some-arg, and I run ps or look at /proc/<pid>/cmdline, I only see k3s server with the additional argument missing.

Thanks