list.t 593 Bytes
Empty initial listing.

  $ antigen-list
  You don't have any bundles.
  [1]

Add a bundle.

  $ antigen-bundle $PLUGIN_DIR
  Cloning into '.+?'\.\.\. (re)
  done.
  Checking connectivity... done
  $ antigen-list
  */test-plugin / plugin true (glob)

Add same bundle and check uniqueness.

  $ antigen-bundle $PLUGIN_DIR
  $ antigen-list
  */test-plugin / plugin true (glob)

Add another bundle.

  $ antigen-bundle $PLUGIN_DIR2
  Cloning into '.+?'\.\.\. (re)
  done.
  Checking connectivity... done
  $ antigen-list
  */test-plugin / plugin true (glob)
  */test-plugin2 / plugin true (glob)