X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/a5b93d3ad9c111fac520c1e5a887d4eac43f19b0..c6fd5d2f91a31c5014c2d40276b8d4ef771fb9a9:/src/shpub/Cli.php diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 77b62cc..697d934 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -166,6 +166,7 @@ class Cli Command_Like::opts($optParser); Command_Repost::opts($optParser); Command_Rsvp::opts($optParser); + Command_Bookmark::opts($optParser); Command_Delete::opts($optParser); Command_Undelete::opts($optParser);