]> git.mjollnir.org Git - cil.git/commit
Follow Yanick's lead and push all the command out into pluggable modules
authorAndrew Chilton <andychilton@gmail.com>
Mon, 22 Sep 2008 12:05:58 +0000 (00:05 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Mon, 22 Sep 2008 12:05:58 +0000 (00:05 +1200)
commitddb4637a270edb55b4466ede2def461ed6247c8d
tree2b3059df82547c16d70ae93d058ee745f9600dff
parentc4892b4f7e80b653283e0af1e6c522eabb98a11a
Follow Yanick's lead and push all the command out into pluggable modules
19 files changed:
bin/cil
lib/CIL.pm
lib/CIL/Command/Add.pm [new file with mode: 0644]
lib/CIL/Command/Am.pm [new file with mode: 0644]
lib/CIL/Command/Attach.pm [new file with mode: 0644]
lib/CIL/Command/Comment.pm [new file with mode: 0644]
lib/CIL/Command/DependsOn.pm [new file with mode: 0644]
lib/CIL/Command/Edit.pm [new file with mode: 0644]
lib/CIL/Command/Extract.pm [new file with mode: 0644]
lib/CIL/Command/Fsck.pm [new file with mode: 0644]
lib/CIL/Command/Init.pm [new file with mode: 0644]
lib/CIL/Command/List.pm
lib/CIL/Command/Precedes.pm [new file with mode: 0644]
lib/CIL/Command/Show.pm [new file with mode: 0644]
lib/CIL/Command/Status.pm [new file with mode: 0644]
lib/CIL/Command/Steal.pm [new file with mode: 0644]
lib/CIL/Command/Summary.pm [new file with mode: 0644]
lib/CIL/Command/Track.pm [new file with mode: 0644]
lib/CIL/Utils.pm