stderr stream
Use wording that suggests what is it that people might normally find, if the command didn’t return an empty state.E.g
$ multipass list
No instances found.
Empty states, where nothing is created or connected yet, are not errors.
If there is an obvious command, or set of commands that can be suggested to the user to create/add/connect a thing, so the action doesn’t return an empty state - provide it within the output.
E.g
$ juju list-controllers
No controllers registered.
You can either create a new controller using "juju bootstrap" or connect to
another controller that you have been given access to using "juju register".
stdout
Keep the same format as you’d present if the command did not return an empty state - e.g. keep all the column headers if the data is normally presented as a table.E.g