`py app.help()` produces output. `py app.alias()` does **not** produce output. The difference between `help()` and `alias()` is that `alias()` has sub-commands. This is why `py app.alias.create()` produces output.