Improved handling of p4 changes command, following the example set in the implementation of p4 opened. It will return an array of objects.
Improved handling of p4 stat command, so it handles multiple files or wildcards which resolve to multiple files. It also returns an array of objects now.
Added limited implementation for p4 user command - for use cases where a form editor does not come into play, such as p4 user -o, p4 user -d.
Added implementation of p4 users command, also modeled on the implementation of p4 opened.
Improved handling of p4 changes command, following the example set in the implementation of p4 opened. It will return an array of objects.
Improved handling of p4 stat command, so it handles multiple files or wildcards which resolve to multiple files. It also returns an array of objects now.
Added limited implementation for p4 user command - for use cases where a form editor does not come into play, such as p4 user -o, p4 user -d.
Added implementation of p4 users command, also modeled on the implementation of p4 opened.