commit | 084fe926e8fbbdf41f19d844157e4baac6a6b538 | [log] [tgz] |
---|---|---|
author | José Fonseca <jfonseca@vmware.com> | Tue Jul 09 16:35:14 2013 +0100 |
committer | José Fonseca <jfonseca@vmware.com> | Tue Jul 09 16:35:14 2013 +0100 |
tree | da1a9c001dec8fb3582a36986539fb0269ad0317 | |
parent | 9c3b0832a705d674464dfcdcea386d247c3ef4d1 [diff] [blame] |
cli/sed: Very basic stream editing of traces. Extremely limited, but have to start from somewhere.
diff --git a/cli/cli.hpp b/cli/cli.hpp index c35cb3a..088f0e8 100644 --- a/cli/cli.hpp +++ b/cli/cli.hpp
@@ -48,6 +48,7 @@ extern const Command pickle_command; extern const Command repack_command; extern const Command retrace_command; +extern const Command sed_command; extern const Command trace_command; extern const Command trim_command;