mbrajk / ynac

Console application for viewing and manipulating a YNAB budget
2 stars 0 forks source link

implement filter by budget id #38

Closed mbrajk closed 2 months ago

mbrajk commented 2 months ago

Fixes #27

Allows for passing a guid as a budget filter. Will select the budget with the GUID passed in as the first argument on the command line. Only searches by GUID if a valid GUID is detected. Otherwise, it will fallback to text search.

If no budget is found, error will indicate as much.