Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
alice: Display Alice and Entity Analysis Trinity via RawDescriptionHe…
Browse files Browse the repository at this point in the history
…lpFormatter

Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Jul 28, 2022
1 parent d38955a commit d067273
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions entities/alice/alice/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import copy
import pathlib
import inspect
import argparse
import textwrap
import unittest
import platform
Expand Down Expand Up @@ -164,6 +165,84 @@ class AlicePleaseCLI(dffml.CMD):


class AliceCLI(dffml.CMD):
r"""
.,*&&888@@#&:,
.:&::,...,:&#@@@#:.
.o,. ..:8@@#@@+
.8o+,+o*+*+,+:&#@@#8@@.
&8&###@#&..*:8#@@#@#@@&+.
,@:#@##@@8,:&#@@@###@88@@.
,#@8&#@@@#o:#@@@@#8#@#8+&#.
+8####@@@@###@@@888#@@@#oo#.
.*8@###@@@@@@@@@#o*#@@#@@#8o@,
+###@#o8&#@@##8::##@@@&&#@8#&+
o@8&#&##::.,o&+88#&8##8*@@#@#,
.##888&&oo#&o8###8&o##8##&####8,
.&#@8&:+o+&@@@#8#&8:8@@@@@#8@@@oo+
,&&#@##oo+*:@###&#88,@@@@#@o&##&8#@o,.
,#&###@@8:*,#o&@@@@##:&#@###*.&o++o#@@#&+
o8&8o8@#8+,,#.88#@#&@&&#@##++*&#o&&&#@@@@.
*88:,#8&#,o+:+@&8#:8@8&8#@@&o++,*++*+:#@@*.
.+#:o###@8o&8*@o&o8@o888@@@o+:o*&&,@#:&@@@,
*+&@8&#@o#8+8*#+8#+88@@@@@@&@###8##@8:*,
+o.@##@@@&88@*8@:8@@@@@@:.. ,8@:++.
+&++8@@@@##@@@@@@@@@@@+ 88
&. *@8@:+##o&888#@@@, .#+
&. ,@+o,.::+*+*:&#&, ,@.
&. .@8*,. ,*+++.+* :8+
:+ .#@::. .8:.:** .8@@o,
.o. #@+ :@,.&* .:@@@@@@8**.
+&. :@o,+.*o,*, .*@@@@@@@@@@#o
.*:&o. 8@o:,*:, .o@@#8&&@@@@#@@@*
,*:+:::o.*&8+,++ ,&@@#: * :@@88@@@#:.
,::**:o:.,&*+*8: *8@@##o *,.8@@#8#@#@#+
*:+*&o8:. ,o,o:8@+o@@88:*@+ +: +#@#####8##&.
,:&::88&, .&:#o#@@@#,+&&*#&. .:,.&#@#88#####&,
+::o+&8:. :##88@@@@:.:8o+&8&. .. +8###&8&##&88*
.:*+*.8#: ,o*.+&@@#@8,,o8*+8##+ .+#8##8&&#8888:.
,:o., &#8. .:8*. .o, &#,*:8:+,&*:, .8@@#o&&##8:&#8.
.*o.*,+o8#* +8&, .::. .88.+:8o: ,+:, ,o#@#8&o8##&#8+
+o, .+,,o#8+,8@o**.,o*, :8o +*8#* +&, ,*o@@#@&8&oo8&:,
oo*+,,,*8@#..&@8:**:oo+. +8#* *+#@:...oo+ .**:8@@@ooo&:&o##+
::+..,++#@,.:##o&o**,....oo#++#8#@:.,:8&:.....*&@@#:oo*&oo&#@*
.+**:*8@o,+##&o:+,,,+,,o*8#,,8@#@:,,+*o*++,,,,+&#@8*8o88&::*. .,,,,,++,
..8@++#@#88:,,,.,,,:+#&,,#@@#:,,.,&o*,.+++*:#@8+:*+. ......,:+*&,,.....
+:&8#@@##8&+,,,***@&,.8@@@*,,,.:o8&o&*o&o&o. .,.****::*:o*:o*o+,.
...,*:*o&&o*8@@&o8@@@8+,,+:&&:+,... ,++*&oo&8&&&oo#@##8#&8:.
o@#@@@@#@@@@@@@,..... ..,,.+*::o#@##@##@#@#########@@@8:,.
,@##@@88#@@@@@8 .:***oo*#8###8#@#@#@#@####@#@###@@#8&#:
8+.,8+..,*o#@+ ,o+o88&88###@8#######@8#8#88#8#88##88#&
*o *+ #8 . ,*o&#@##@@@@@@@@@######8#888&&oo:8:
8, ,& +@* .ooo&#@@@@@#@@@@@@####@##8#8##oo:o&:,
+& &, .@#. .:8#@@@@@@@@@@##8#####8#o&&#8*:8&&8:
o* ,o o@& +o#@@@@@@@@#o&o88:&+ooo&:*::o:o&**o.:*+
.8. 8.,o#8 .+&#@@@@@@@@&o+,::*+*:+:, ,. ,.. .,. ,.
8. 8.,.&@:*:&@@@@@@@@8o+, ,.
:@o:#,,o8&:o&@@@@#&:+.
.@@@@@@@@@@@#8&o+,
,*:&#@#&o*,..
/\
/ \
Intent
/ \
/ \
/ \
/ \
/ \
/ Alice is Here \
/ \
/ \
/______________________\
Dynamic Analysis Static Analysis
Alice's source code: https://github.com/intel/dffml/tree/alice/entities/alice
How we built Alice: https://github.com/intel/dffml/tree/alice/docs/tutorials/rolling_alice
How to extend Alice: https://github.com/intel/dffml/blob/alice/entities/alice/CONTRIBUTING.rst
Comment to get involved: https://github.com/intel/dffml/discussions/1406
"""
CLI_FORMATTER_CLASS = argparse.RawDescriptionHelpFormatter

shouldi = ShouldiCLI
threats = AliceThreatsMd
Expand Down

0 comments on commit d067273

Please sign in to comment.