Skip to content

Commit e2b8f94

Browse files
committed
add xnb alias
1 parent b5273ad commit e2b8f94

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

‎PowerShellNotebook.psd1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For detailed instructions and examples, click through the "Project Site" link or
7070
#VariablesToExport = '*'
7171

7272
# Aliases to export from this module
73-
AliasesToExport = '*'
73+
AliasesToExport = 'xnb'
7474

7575
# List of all modules packaged with this module
7676
# ModuleList = @()

‎PowerShellNotebook.psm1‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717
. $PSScriptRoot\PowerShellNotebookDSL.ps1
1818
. $PSScriptRoot\TestAzureBlobStorageUrl.ps1
1919
. $PSScriptRoot\TestHasParameterizedCell.ps1
20-
. $PSScriptRoot\TestUri.ps1
20+
. $PSScriptRoot\TestUri.ps1
21+
22+
Set-Alias xnb Invoke-ExecuteNotebook

0 commit comments

Comments
 (0)