removed ASCII-Art from the README

This commit is contained in:
Dominik Moritz Roth 2020-07-17 20:35:31 +02:00
parent 454092ba9f
commit 9d2588306f

View File

@ -2,62 +2,6 @@
## Rex is a simple CLI-Interface using asyncio and aioconsole.
@@@@
&@((((((((@@&(@@@
&(((((@(((((((@(((((((((((((((
,(((((((%(((((((((@((((((@
(((((@(@(((((((((
@((((((((((@@
@(
@(
@( @@@@@@@@@@
@( @
@( @ &
@( @@ @ &@
@( / @ ( @
@( % @ & (
@( @ @ (
@( @ @
@( @ # @
@( * # #* (
@( @ ### ####
@( @ ##### ## ## ,
@( ## ## ## ## @
@( @ ,, , ,, ## #,##. #### ## ,,,, ,. @
@( (@ ,, , ,, ### ## # # ## ### ,,,, ,. @(@
@( @ ((@ ,, , ,, ### # (### ,,,, , @((* @@
@( @ ((( (((*
@( @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%(((@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%(((@ @###################################################################
%(((@ @####@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#####
%(((@ @ #########@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@########
@ ##########&@@@@@@@@@@@@@@@@@@@@@@@@@@@###########
@ ########%@@@@@@@@@@@@@@@@@#########
@ ####@@@@@@@@@@@@@@#####
* % ###@@@@@@@@@@@@@### @
/ % @ ###@@@@@@@@@@@### @ (
@ @ ###@@@@@@@@@###. @ , @
@ @ @ ###@@@@@@@@@### @
@ @ ###@@@@@@@### @ @ @
& @ #@@,,,,@@## @ @ @
@ @ . @,@@@@,@@@,, @ @ @
@ @ @ (@@@@#######@@@,@ @ % @
@ # @ @@,@ ########### @@@ @ @
@ @ ,,@ ########### &,, @ @@@
@@@ ,, ########### *,, @@@@
(,@ ########### @,,
*, ########### ,,@ @@
(. @ %, ########### @& #@ @
@ @ #@ ########### , #@ @
@ @ #@@@@@@@@@# @@ @
.@ (@/ #@@@@@@@@@# @@ @@
(@ @@@@@@@@@ @@ ,
@ #@* @@@@@@@@@# @
@ @
@@@@, @@@
Commands are mapped using an nested dictionary containing async functions.
When parsing a command the nested dictionary gets traversed like a tree and the leftover
parts are given as arguments to the found function.