For work with this command line, You can :
ADD X to trie tree with command =>> add X
Find X to trie tree with command =>> find X
Find the words that start with X in trie tree with command =>> startswith X
Exite from cammand line with command =>> exit