Changed
- Take server state into account in server completions. For example, do not offer started servers as completions for
server start
command. - Allow using UUID prefix as an argument. For example, if there is only one network available that has an UUID starting with
0316
, details of that network can be listed withupctl network show 0316
command. - Match title and name arguments case-insensitively if the given parameter does not resolve with an exact match.