Skip to content

Commit

Permalink
add completion for ols cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Tarassow committed Jun 4, 2021
1 parent ffbb95b commit d35f93e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hansl.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@
"kind": "snippet",
"details": "Options: --trend, --seasonals, --quiet, --verbose"
},
{
"trigger": "ols",
"annotation": "OLS estimation",
"contents": "ols ${1:depvars} ${2:indepvars} $0",
"kind": "snippet",
"details": "Options: --vcv, --robust, --cluster=clustvar, --jackknife, --simple-print, --quiet, --anova, --no-df-corr"
},

// TODO: Drop these later
"data",
Expand Down

0 comments on commit d35f93e

Please sign in to comment.