Open ericzhang6222 opened 4 years ago
Add a command clear in arr.ai shell which can clean out stdout like the command clear in Linux. For example:
clear
@> model.app('PetShopApi').package 2020-07-22T14:15:29.20413+08:00 error_message=Missing attr "app" (available: |apps|) .:1:1: model.app('PetShopApi').package INFO @> model.apps('PetShopApi').package 2020-07-22T14:15:33.980039+08:00 error_message=Missing attr "package" (available: |name,types,endpoints,source_context,attrs|) .:1:1: model.apps('PetShopApi').package INFO @> model.apps('PetShopApi') @> clear
will get
@>
Why is this needed?
Add a command
clear
in arr.ai shell which can clean out stdout like the commandclear
in Linux. For example:will get