1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 22:57:46 +00:00

just a couple tweaks to scripts (#331)

This commit is contained in:
Darren Schroeder 2022-12-20 12:54:45 -06:00 committed by GitHub
parent 22b4fda3ea
commit c148f0782d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 15 deletions

View file

@ -18,9 +18,9 @@
# display a table with the top 50 rows.
# Whether you run in debug_csv mode or not, the output is written to csv files in the
# $repos_root_folder/20k folder
def get_pr_counts [debug_csv: bool] {
def get_pr_counts [debug_csv: bool, repos_root_folder = '/Users/fdncred/src/forks'] {
# let repos_root_folder = 'c:\users\dschroeder\source\repos\forks'
let repos_root_folder = '/Users/fdncred/src/forks'
# let repos_root_folder = '/Users/fdncred/src/forks'
let repos = [[name, folder];
[nushell, $'($repos_root_folder)(char psep)nushell'],
[reedline, $'($repos_root_folder)(char psep)reedline'],