Explorar o código

Update command linker docs.

Afshin Darian %!s(int64=8) %!d(string=hai) anos
pai
achega
9a6d73adf6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/commandlinker/commandlinker.ts

+ 4 - 0
src/commandlinker/commandlinker.ts

@@ -98,6 +98,8 @@ interface ICommandLinker extends IDisposable {
    *
    * @param args - The arguments with which to invoke the command.
    *
+   * @returns The same attributes that were passed in.
+   *
    * #### Notes
    * The attributes instance that is returned is identical to the attributes
    * instance that was passed in, i.e., this method mutates the original.
@@ -218,6 +220,8 @@ class CommandLinker implements ICommandLinker {
    *
    * @param args - The arguments with which to invoke the command.
    *
+   * @returns The same attributes that were passed in.
+   *
    * #### Notes
    * The attributes instance that is returned is identical to the attributes
    * instance that was passed in, i.e., this method mutates the original.