|
1 | 1 | /*** DO NOT EDIT THIS LINE ----------------------------------------------------- |
2 | | -Version: 1.3.1 |
| 2 | +Version: 1.3.2 |
3 | 3 | Title: github |
4 | 4 | Description: search, install, and uninstall Stata packages with a particular |
5 | 5 | version (release) as well as their dependencies from |
@@ -75,10 +75,9 @@ searching for a keyword. The table shows the options accordingly: |
75 | 75 | {synopt:{opt v:ersion(str)}}specifies a particular version (release tags) for |
76 | 76 | installing a new repository{p_end} |
77 | 77 | {synopt:{opt force}}specifies that the downloaded files be installed even if the |
78 | | -__packagename.pkg__ and __Stata.toc__ files are missing. when searching for |
79 | | -repositories on github, packages that lack the __pkg__ and __toc__ files appear |
80 | | -as "(__force__)" in the result table, which indicates they are installed with |
81 | | -the __force__ option. {p_end} |
| 78 | +__packagename.pkg__ and __Stata.toc__ files are missing. Use this option |
| 79 | +wisely because by forcing the installation, you are installing a software that |
| 80 | +is not prepared for installation. {p_end} |
82 | 81 |
|
83 | 82 | {syntab:Search Options} |
84 | 83 | {synopt:{opt language(str)}}specifies the programming language of the repository. |
@@ -250,7 +249,7 @@ prog define github |
250 | 249 | // List |
251 | 250 | // --------- |
252 | 251 | else if "`1'" == "list" { |
253 | | - githublist `2' , language(`language') reference(`reference') /// |
| 252 | + githublist `2' , language(`language') /// |
254 | 253 | save(`save') created(`created') pushed(`pushed') `debug' `append' /// |
255 | 254 | `replace' |
256 | 255 | exit |
|
0 commit comments