This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#compdef insync-headless insync-portable insync | |
if [[ $CURRENT == 2 ]] | |
then | |
_values 'commands' \ | |
'accept_all_new_shares[Accept all new shares file to given account]' \ | |
'accept_share[Accept shared file to given account]' \ | |
'add_account[Add account to Insync]' \ | |
'force_sync[Force sync item]' \ | |
'get_account_information[Show information for connected acounts]' \ |