Xqt added a comment.

  Using empty strings with PS
  ---------------------------
  
  Try the follwing example invoking the Python command shell.
  
  With cmd you can use en empty string like
  `pwb shell foo "" bar -noimport`
  
  For PS you have to escape the empty string in this form using the gravis 
symbol:
  
    pwb shell foo `"`" bar -noimport
  
  Or you can igrnore PS parsing with `--%` symbol like:
  `pwb shell --% foo "" bar -noimport`
  
  see: 
https://stackoverflow.com/questions/50114672/in-powershell-how-to-allow-an-empty-string-for-a-named-parameter

TASK DETAIL
  https://phabricator.wikimedia.org/T364689

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: binbot, Xqt, Aklapper, pywikibot-bugs-list, Aram, mevo, PotsdamLamb, 
Jyoo1011, JohnsonLee01, SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, 
Tbscho, MayS, Mdupont, JJMC89, Dvorapa, Altostratus, Avicennasis, mys_721tx, 
jayvdb, Masti, Alchimista
_______________________________________________
pywikibot-bugs mailing list -- pywikibot-bugs@lists.wikimedia.org
To unsubscribe send an email to pywikibot-bugs-le...@lists.wikimedia.org

Reply via email to