Hi all, Since time immemorial, the Ceph CLI has had a mode where when run with no arguments, you just get an interactive prompt that lets you run commands without "ceph" at the start. I recently discovered that we actually broke this in Mimic[1], and it seems that nobody noticed! So the question is: does anyone actually use this feature? It's not particularly expensive to maintain, but it might be nice to have one less path through the code if this is entirely unused. Cheers, John 1. https://github.com/ceph/ceph/pull/24521